projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6565b5a
)
(Finteractive): Doc fix.
author
Glenn Morris
<rgm@gnu.org>
Fri, 27 Feb 2009 04:02:22 +0000
(
04:02
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 27 Feb 2009 04:02:22 +0000
(
04:02
+0000)
src/ChangeLog
patch
|
blob
|
history
src/callint.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 1c1dc7dde72ca03cedb350c453521bf36e1caac5..43a72dae60b944fab49bdc8c7fbfa97eb8f83427 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2009-02-27 Glenn Morris <rgm@gnu.org>
+
+ * callint.c (Finteractive): Doc fix.
+
2009-02-27 Kenichi Handa <handa@m17n.org>
* lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
diff --git
a/src/callint.c
b/src/callint.c
index e5540adfb978860a377f882d17085ae2549631c8..c08cd8bf2f4d95290e126fe8f0177ab802e06729 100644
(file)
--- a/
src/callint.c
+++ b/
src/callint.c
@@
-127,7
+127,7
@@
If the string begins with `^' and `shift-select-mode' is non-nil,
Emacs first calls the function `handle-shift-select'.
You may use `@', `*', and `^' together. They are processed in the
order that they appear, before reading any arguments.
-usage: (interactive ARGS) */)
+usage: (interactive
&optional
ARGS) */)
(args)
Lisp_Object args;
{